-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(operator): parse flags so they can be configured #1649
Conversation
Signed-off-by: Florian Bacher <[email protected]>
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1649 +/- ##
==========================================
+ Coverage 63.48% 63.51% +0.02%
==========================================
Files 142 142
Lines 10892 10892
==========================================
+ Hits 6915 6918 +3
+ Misses 3716 3714 -2
+ Partials 261 260 -1 see 3 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Closes #1648
Manually tested this by setting the
--metrics-bind-address
of the lifecycle operator to127.0.0.1:8087
, which resulted in the following log during the operator startup: